home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global Gmovie, Gframe
- set Gframe to 18
- set Gmovie to "sector"
- end
-
- on exitFrame
- if rollOver(25) then
- set the visible of sprite 25 to 1
- else
- set the visible of sprite 25 to 0
- end if
- if the mouseCast = 44 then
- set the visible of sprite 26 to 1
- else
- set the visible of sprite 26 to 0
- end if
- if the mouseCast = 45 then
- set the visible of sprite 27 to 1
- else
- set the visible of sprite 27 to 0
- end if
- if the mouseCast = 46 then
- set the visible of sprite 28 to 1
- else
- set the visible of sprite 28 to 0
- end if
- if (the mouseCast = 8) or (the mouseCast = 20) then
- if the visible of sprite 6 = 0 then
- set the visible of sprite 6 to 1
- end if
- else
- set the visible of sprite 6 to 0
- end if
- if (the mouseCast = 7) or (the mouseCast = 19) then
- if the visible of sprite 7 = 0 then
- set the visible of sprite 7 to 1
- end if
- else
- set the visible of sprite 7 to 0
- end if
- if (the mouseCast = 18) or (the mouseCast = 21) then
- if the visible of sprite 14 = 0 then
- set the visible of sprite 14 to 1
- end if
- else
- set the visible of sprite 14 to 0
- end if
- if (the mouseCast = 49) or (the mouseCast = 131) then
- if the visible of sprite 16 = 0 then
- set the visible of sprite 16 to 1
- end if
- else
- set the visible of sprite 16 to 0
- end if
- if (the mouseCast = 47) or (the mouseCast = 50) then
- if the visible of sprite 17 = 0 then
- set the visible of sprite 17 to 1
- end if
- else
- set the visible of sprite 17 to 0
- end if
- if (the mouseCast = 73) or (the mouseCast = 83) then
- if the visible of sprite 18 = 0 then
- set the visible of sprite 18 to 1
- end if
- else
- set the visible of sprite 18 to 0
- end if
- updateStage()
- go(the frame)
- end
-